home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / HEBR-FF.flt < prev    next >
Text File  |  2009-04-29  |  3KB  |  105 lines

  1. ;; HEBR-FF.flt -- Font Layout Table for Hebrew fonts (Unicode encoding)
  2. ;; Copyright (C) 2003, 2004, 2007  AIST (H15PRO112)
  3. ;; See the end for copying conditions.
  4.  
  5. (font layouter hebr-ff nil
  6.       (font (nil nil unicode-bmp :lang=he,yi)))
  7.  
  8. ;;; <li> HEBR-FF.flt
  9. ;;;
  10. ;;; For Hebrew fonts of Unicode encoding to draw the Hebrew script.
  11. ;;; This is for such fonts that do not require an explicit combining
  12. ;;; code because accents and points have negative lbearing.
  13.  
  14. (category
  15.  (0x0590 0x05ff    ?h)            ; hebrew
  16.  )
  17.  
  18. (generator
  19.  (0
  20.   (cond
  21.    ((0x05d9 0x05b4) 0xfb1d)
  22.    ((0x05e9 0x05c1) 0xfb2a)
  23.    ((0x05e9 0x05c2) 0xfb2b)
  24.    ((0x05e9 0x05bc 0x05c1) 0xfb2c)
  25.    ((0x05e9 0x05bc 0x05c2) 0xfb2d)
  26.    ((0x05d0 0x05b7) 0xfb2e)
  27.    ((0x05d0 0x05b8) 0xfb2f)
  28.    ((0x05d0 0x05bc) 0xfb30)
  29.    ((0x05d1 0x05bc) 0xfb31)
  30.    ((0x05d2 0x05bc) 0xfb32)
  31.    ((0x05d3 0x05bc) 0xfb33)
  32.    ((0x05d4 0x05bc) 0xfb34)
  33.    ((0x05d5 0x05bc) 0xfb35)
  34.    ((0x05d6 0x05bc) 0xfb36)
  35.    ((0x05d8 0x05bc) 0xfb38)
  36.    ((0x05d9 0x05bc) 0xfb39)
  37.    ((0x05da 0x05bc) 0xfb3a)
  38.    ((0x05db 0x05bc) 0xfb3b)
  39.    ((0x05dc 0x05bc) 0xfb3c)
  40.    ((0x05de 0x05bc) 0xfb3e)
  41.    ((0x05e0 0x05bc) 0xfb40)
  42.    ((0x05e1 0x05bc) 0xfb41)
  43.    ((0x05e3 0x05bc) 0xfb43)
  44.    ((0x05e4 0x05bc) 0xfb44)
  45.    ((0x05e6 0x05bc) 0xfb46)
  46.    ((0x05e7 0x05bc) 0xfb47)
  47.    ((0x05e8 0x05bc) 0xfb48)
  48.    ((0x05e9 0x05bc) 0xfb49)
  49.    ((0x05ea 0x05bc) 0xfb4a)
  50.    ((0x05d5 0x05b9) 0xfb4b)
  51.    ((0x05d1 0x05bf) 0xfb4c)
  52.    ((0x05db 0x05bf) 0xfb4d)
  53.    ((0x05e4 0x05bf) 0xfb4e)
  54.    ;; The font FreeSerif.ttf does not have this glyph?!?
  55.    ;; ((0x05b0)    0x05b4 Bc-13Bc 0x05b4)
  56.    ("." =))
  57.   *))
  58.  
  59. (category
  60.  (0x0590 0x05af    ?p)            ; accents
  61.  (0x05d0 0x05ff    ?h)            ; letters
  62.  (0xfb1d 0xfb4e    ?h)            ; presentation forms
  63.  (0x05b0 0x05c4    ?p)            ; points
  64.  (0x05be    ?h)            ; punctuation
  65.  (0x05c0    ?h)            ; punctuation
  66.  (0x05c3    ?h)            ; punctuation
  67.  )
  68.  
  69. (generator
  70.  (0
  71.   (cond
  72.    ("(h)(p+)"
  73.     <
  74.     = *
  75.     >)
  76.    ("." = *))
  77.   *)
  78.  )
  79.  
  80. ;; Copyright (C) 2003, 2004, 2007
  81. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  82. ;;   Registration Number H15PRO112
  83.  
  84. ;; This file is part of the m17n database; a sub-part of the m17n
  85. ;; library.
  86.  
  87. ;; The m17n library is free software; you can redistribute it and/or
  88. ;; modify it under the terms of the GNU Lesser General Public License
  89. ;; as published by the Free Software Foundation; either version 2.1 of
  90. ;; the License, or (at your option) any later version.
  91.  
  92. ;; The m17n library is distributed in the hope that it will be useful,
  93. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  94. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  95. ;; Lesser General Public License for more details.
  96.  
  97. ;; You should have received a copy of the GNU Lesser General Public
  98. ;; License along with the m17n library; if not, write to the Free
  99. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  100. ;; Boston, MA 02110-1301, USA.
  101.  
  102. ;; Local Variables:
  103. ;; mode: lisp
  104. ;; End:
  105.